inherited VfsSftpValidateKeyDialog: TVfsSftpValidateKeyDialog Left = 391 Top = 432 Caption = 'Unknown Host Key' ClientHeight = 177 ClientWidth = 465 OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Image: TUiImage Left = 12 Top = 12 Width = 32 Height = 32 end object ValidateKeyLbl: TUiLabel Left = 54 Top = 12 Height = 13 Caption = 'The server'#39's host key was not found in the trusted cache.' end object AddToCacheLbl: TUiLabel Left = 54 Top = 103 Height = 13 Caption = 'Trust this host and continue connecting?' end object DetailsGroupBox: TUiGroupBox Left = 54 Top = 34 Width = 403 Height = 59 Caption = 'Details' TabOrder = 0 object HostLbl: TUiLabel Left = 8 Top = 18 Height = 13 Caption = 'Host:' end object HostValueLbl: TUiLabel Left = 67 Top = 18 Height = 13 Caption = '%' end object FingerprintLbl: TUiLabel Left = 8 Top = 36 Height = 13 Caption = 'Fingerprint:' end object FingerprintValueLbl: TUiLabel Left = 67 Top = 36 Height = 13 Caption = '%' end end object AddToCacheEdit: TUiCheckBox Left = 54 Top = 122 Height = 17 Caption = '&Add host key to trusted cache' TabOrder = 1 end object ConnectBtn: TUiButton Left = 304 Top = 144 Caption = '&Connect' Default = True ModalResult = 1 TabOrder = 2 AutoSize = asRight end object CancelBtn: TUiButton Left = 384 Top = 144 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 AutoSize = asRight end end